ArrayFromNSDictionary
Type
handler
Summary
Convert a Objective-C dictionary into a Array
Syntax
ArrayFromNSDictionary(<pObjcArray>)
Description
Convert a Objective-C dictionary into a Array
Parameters
Name | Type | Description |
---|---|---|
pObjcNumber | The NSDictionary to convert |
Value
Name | Type | Description |
---|---|---|
return | An Array value Description Use ArrayFromNSDictionary to convert an Objective-C dictionary object (NSDictionary) to a variable of type Array. |